• frmBillingRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBillingRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBillingRecord))
35         Me.Panel1 = New System.Windows.Forms.Panel()
36         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
37         Me.txtCustomerName = New System.Windows.Forms.TextBox()
38         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
39         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
40         Me.Label3 = New System.Windows.Forms.Label()
41         Me.Button1 = New System.Windows.Forms.Button()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
44         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
45         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
46         Me.Label2 = New System.Windows.Forms.Label()
47         Me.btnGetData = New System.Windows.Forms.Button()
48         Me.Label4 = New System.Windows.Forms.Label()
49         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
50         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
51         Me.cmbInvoiceNo = New System.Windows.Forms.ComboBox()
52         Me.Panel5 = New System.Windows.Forms.Panel()
53         Me.btnExportExcel = New System.Windows.Forms.Button()
54         Me.btnClose = New System.Windows.Forms.Button()
55         Me.btnReset = New System.Windows.Forms.Button()
56         Me.dgw = New System.Windows.Forms.DataGridView()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.Label1 = New System.Windows.Forms.Label()
59         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.Panel1.SuspendLayout()
71         Me.GroupBox4.SuspendLayout()
72         Me.GroupBox3.SuspendLayout()
73         Me.GroupBox2.SuspendLayout()
74         Me.GroupBox1.SuspendLayout()
75         Me.Panel5.SuspendLayout()
76         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
77         Me.Panel2.SuspendLayout()
78         Me.SuspendLayout()
79         
'
80         
'Panel1
81         
'
82         Me.Panel1.BackColor = System.Drawing.Color.White
83         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
84         Me.Panel1.Controls.Add(Me.GroupBox4)
85         Me.Panel1.Controls.Add(Me.GroupBox3)
86         Me.Panel1.Controls.Add(Me.GroupBox2)
87         Me.Panel1.Controls.Add(Me.GroupBox1)
88         Me.Panel1.Controls.Add(Me.Panel5)
89         Me.Panel1.Controls.Add(Me.dgw)
90         Me.Panel1.Controls.Add(Me.Panel2)
91         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
92         Me.Panel1.Name =
"Panel1"
93         Me.Panel1.Size = New System.Drawing.Size(
951, 618)
94         Me.Panel1.TabIndex =
2
95         
'
96         
'GroupBox4
97         
'
98         Me.GroupBox4.Controls.Add(Me.txtCustomerName)
99         Me.GroupBox4.Location = New System.Drawing.Point(
9, 151)
100         Me.GroupBox4.Name =
"GroupBox4"
101         Me.GroupBox4.Size = New System.Drawing.Size(
168, 75)
102         Me.GroupBox4.TabIndex =
51
103         Me.GroupBox4.TabStop = False
104         Me.GroupBox4.Text =
"Search By Customer Name"
105         
'
106         
'txtCustomerName
107         
'
108         Me.txtCustomerName.BackColor = System.Drawing.Color.White
109         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.txtCustomerName.Location = New System.Drawing.Point(
14, 38)
111         Me.txtCustomerName.Name =
"txtCustomerName"
112         Me.txtCustomerName.Size = New System.Drawing.Size(
138, 21)
113         Me.txtCustomerName.TabIndex =
14
114         
'
115         
'GroupBox3
116         
'
117         Me.GroupBox3.Controls.Add(Me.DateTimePicker1)
118         Me.GroupBox3.Controls.Add(Me.Label3)
119         Me.GroupBox3.Controls.Add(Me.Button1)
120         Me.GroupBox3.Controls.Add(Me.Label5)
121         Me.GroupBox3.Controls.Add(Me.DateTimePicker2)
122         Me.GroupBox3.Location = New System.Drawing.Point(
180, 151)
123         Me.GroupBox3.Name =
"GroupBox3"
124         Me.GroupBox3.Size = New System.Drawing.Size(
368, 75)
125         Me.GroupBox3.TabIndex =
50
126         Me.GroupBox3.TabStop = False
127         Me.GroupBox3.Text =
"Search by Payment Due"
128         
'
129         
'DateTimePicker1
130         
'
131         Me.DateTimePicker1.CustomFormat =
"dd/MM/yyyy"
132         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
133         Me.DateTimePicker1.Location = New System.Drawing.Point(
156, 41)
134         Me.DateTimePicker1.Name =
"DateTimePicker1"
135         Me.DateTimePicker1.Size = New System.Drawing.Size(
119, 20)
136         Me.DateTimePicker1.TabIndex =
14
137         
'
138         
'Label3
139         
'
140         Me.Label3.AutoSize = True
141         Me.Label3.Location = New System.Drawing.Point(
153, 22)
142         Me.Label3.Name =
"Label3"
143         Me.Label3.Size = New System.Drawing.Size(
26, 13)
144         Me.Label3.TabIndex =
13
145         Me.Label3.Text =
"To :"
146         
'
147         
'Button1
148         
'
149         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
150         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
151         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
152         Me.Button1.Location = New System.Drawing.Point(
281, 41)
153         Me.Button1.Name =
"Button1"
154         Me.Button1.Size = New System.Drawing.Size(
76, 20)
155         Me.Button1.TabIndex =
1
156         Me.Button1.Text =
"Get Data"
157         Me.Button1.UseVisualStyleBackColor = True
158         
'
159         
'Label5
160         
'
161         Me.Label5.AutoSize = True
162         Me.Label5.Location = New System.Drawing.Point(
13, 22)
163         Me.Label5.Name =
"Label5"
164         Me.Label5.Size = New System.Drawing.Size(
36, 13)
165         Me.Label5.TabIndex =
12
166         Me.Label5.Text =
"From :"
167         
'
168         
'DateTimePicker2
169         
'
170         Me.DateTimePicker2.CustomFormat =
"dd/MM/yyyy"
171         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
172         Me.DateTimePicker2.Location = New System.Drawing.Point(
16, 41)
173         Me.DateTimePicker2.Name =
"DateTimePicker2"
174         Me.DateTimePicker2.Size = New System.Drawing.Size(
119, 20)
175         Me.DateTimePicker2.TabIndex =
11
176         
'
177         
'GroupBox2
178         
'
179         Me.GroupBox2.Controls.Add(Me.dtpDateTo)
180         Me.GroupBox2.Controls.Add(Me.Label2)
181         Me.GroupBox2.Controls.Add(Me.btnGetData)
182         Me.GroupBox2.Controls.Add(Me.Label4)
183         Me.GroupBox2.Controls.Add(Me.dtpDateFrom)
184         Me.GroupBox2.Location = New System.Drawing.Point(
180, 70)
185         Me.GroupBox2.Name =
"GroupBox2"
186         Me.GroupBox2.Size = New System.Drawing.Size(
373, 75)
187         Me.GroupBox2.TabIndex =
49
188         Me.GroupBox2.TabStop = False
189         Me.GroupBox2.Text =
"Search by Invoice Date"
190         
'
191         
'dtpDateTo
192         
'
193         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
194         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
195         Me.dtpDateTo.Location = New System.Drawing.Point(
156, 41)
196         Me.dtpDateTo.Name =
"dtpDateTo"
197         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
198         Me.dtpDateTo.TabIndex =
14
199         
'
200         
'Label2
201         
'
202         Me.Label2.AutoSize = True
203         Me.Label2.Location = New System.Drawing.Point(
153, 22)
204         Me.Label2.Name =
"Label2"
205         Me.Label2.Size = New System.Drawing.Size(
26, 13)
206         Me.Label2.TabIndex =
13
207         Me.Label2.Text =
"To :"
208         
'
209         
'btnGetData
210         
'
211         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
212         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
213         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
214         Me.btnGetData.Location = New System.Drawing.Point(
281, 41)
215         Me.btnGetData.Name =
"btnGetData"
216         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
217         Me.btnGetData.TabIndex =
1
218         Me.btnGetData.Text =
"Get Data"
219         Me.btnGetData.UseVisualStyleBackColor = True
220         
'
221         
'Label4
222         
'
223         Me.Label4.AutoSize = True
224         Me.Label4.Location = New System.Drawing.Point(
13, 22)
225         Me.Label4.Name =
"Label4"
226         Me.Label4.Size = New System.Drawing.Size(
36, 13)
227         Me.Label4.TabIndex =
12
228         Me.Label4.Text =
"From :"
229         
'
230         
'dtpDateFrom
231         
'
232         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
233         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
234         Me.dtpDateFrom.Location = New System.Drawing.Point(
16, 41)
235         Me.dtpDateFrom.Name =
"dtpDateFrom"
236         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
237         Me.dtpDateFrom.TabIndex =
11
238         
'
239         
'GroupBox1
240         
'
241         Me.GroupBox1.Controls.Add(Me.cmbInvoiceNo)
242         Me.GroupBox1.Location = New System.Drawing.Point(
9, 70)
243         Me.GroupBox1.Name =
"GroupBox1"
244         Me.GroupBox1.Size = New System.Drawing.Size(
168, 75)
245         Me.GroupBox1.TabIndex =
48
246         Me.GroupBox1.TabStop = False
247         Me.GroupBox1.Text =
"Search By Invoice No."
248         
'
249         
'cmbInvoiceNo
250         
'
251         Me.cmbInvoiceNo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
252         Me.cmbInvoiceNo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
253         Me.cmbInvoiceNo.FormattingEnabled = True
254         Me.cmbInvoiceNo.Location = New System.Drawing.Point(
14, 32)
255         Me.cmbInvoiceNo.Name =
"cmbInvoiceNo"
256         Me.cmbInvoiceNo.Size = New System.Drawing.Size(
138, 21)
257         Me.cmbInvoiceNo.TabIndex =
13
258         
'
259         
'Panel5
260         
'
261         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
262         Me.Panel5.Controls.Add(Me.btnExportExcel)
263         Me.Panel5.Controls.Add(Me.btnClose)
264         Me.Panel5.Controls.Add(Me.btnReset)
265         Me.Panel5.Location = New System.Drawing.Point(
559, 75)
266         Me.Panel5.Name =
"Panel5"
267         Me.Panel5.Size = New System.Drawing.Size(
278, 70)
268         Me.Panel5.TabIndex =
46
269         
'
270         
'btnExportExcel
271         
'
272         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
273         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
274         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
276         Me.btnExportExcel.Name =
"btnExportExcel"
277         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
278         Me.btnExportExcel.TabIndex =
5
279         Me.btnExportExcel.Text =
"&Export Excel"
280         Me.btnExportExcel.UseVisualStyleBackColor = True
281         
'
282         
'btnClose
283         
'
284         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
285         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
286         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
287         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
288         Me.btnClose.Name =
"btnClose"
289         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
290         Me.btnClose.TabIndex =
4
291         Me.btnClose.Text =
"&Close"
292         Me.btnClose.UseVisualStyleBackColor = True
293         
'
294         
'btnReset
295         
'
296         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
297         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
298         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
300         Me.btnReset.Name =
"btnReset"
301         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
302         Me.btnReset.TabIndex =
0
303         Me.btnReset.Text =
"&Reset"
304         Me.btnReset.UseVisualStyleBackColor = True
305         
'
306         
'dgw
307         
'
308         Me.dgw.AllowUserToAddRows = False
309         Me.dgw.AllowUserToDeleteRows = False
310         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
311         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
312         Me.dgw.BackgroundColor = System.Drawing.Color.White
313         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
314         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
315         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
316         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
317         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
318         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
319         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
320         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
321         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
322         Me.dgw.ColumnHeadersHeight =
30
323         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column11, Me.Column7, Me.Column8, Me.Column9, Me.Column10})
324         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
325         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
326         DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
327         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
328         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
329         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
330         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
331         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
332         Me.dgw.DefaultCellStyle = DataGridViewCellStyle7
333         Me.dgw.EnableHeadersVisualStyles = False
334         Me.dgw.GridColor = System.Drawing.Color.White
335         Me.dgw.Location = New System.Drawing.Point(
9, 232)
336         Me.dgw.MultiSelect = False
337         Me.dgw.Name =
"dgw"
338         Me.dgw.ReadOnly = True
339         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
340         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
341         DataGridViewCellStyle8.BackColor = System.Drawing.Color.CadetBlue
342         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
343         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
344         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.DarkSlateGray
345         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
346         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
347         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
348         Me.dgw.RowHeadersWidth =
25
349         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
350         DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
351         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
352         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
353         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White
354         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle9
355         Me.dgw.RowTemplate.Height =
15
356         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
357         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
358         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
359         Me.dgw.Size = New System.Drawing.Size(
929, 374)
360         Me.dgw.TabIndex =
43
361         
'
362         
'Panel2
363         
'
364         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
365         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
366         Me.Panel2.Controls.Add(Me.Label1)
367         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
368         Me.Panel2.Name =
"Panel2"
369         Me.Panel2.Size = New System.Drawing.Size(
929, 62)
370         Me.Panel2.TabIndex =
0
371         
'
372         
'Label1
373         
'
374         Me.Label1.AutoSize = True
375         Me.Label1.BackColor = System.Drawing.Color.Transparent
376         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
377         Me.Label1.ForeColor = System.Drawing.Color.White
378         Me.Label1.Location = New System.Drawing.Point(
363, 18)
379         Me.Label1.Name =
"Label1"
380         Me.Label1.Size = New System.Drawing.Size(
112, 24)
381         Me.Label1.TabIndex =
0
382         Me.Label1.Text =
"List Of Bills"
383         
'
384         
'Column1
385         
'
386         Me.Column1.HeaderText =
"Invoice ID"
387         Me.Column1.Name =
"Column1"
388         Me.Column1.ReadOnly = True
389         Me.Column1.Visible = False
390         
'
391         
'Column2
392         
'
393         Me.Column2.HeaderText =
"Invoice No."
394         Me.Column2.Name =
"Column2"
395         Me.Column2.ReadOnly = True
396         
'
397         
'Column3
398         
'
399         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
400         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
401         Me.Column3.HeaderText =
"Invoice Date"
402         Me.Column3.Name =
"Column3"
403         Me.Column3.ReadOnly = True
404         
'
405         
'Column4
406         
'
407         Me.Column4.HeaderText =
"CID"
408         Me.Column4.Name =
"Column4"
409         Me.Column4.ReadOnly = True
410         Me.Column4.Visible = False
411         
'
412         
'Column5
413         
'
414         Me.Column5.HeaderText =
"Customer ID"
415         Me.Column5.Name =
"Column5"
416         Me.Column5.ReadOnly = True
417         
'
418         
'Column6
419         
'
420         Me.Column6.HeaderText =
"Customer Name"
421         Me.Column6.Name =
"Column6"
422         Me.Column6.ReadOnly = True
423         
'
424         
'Column11
425         
'
426         Me.Column11.HeaderText =
"Contact No."
427         Me.Column11.Name =
"Column11"
428         Me.Column11.ReadOnly = True
429         
'
430         
'Column7
431         
'
432         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
433         Me.Column7.DefaultCellStyle = DataGridViewCellStyle4
434         Me.Column7.HeaderText =
"Grand Total"
435         Me.Column7.Name =
"Column7"
436         Me.Column7.ReadOnly = True
437         
'
438         
'Column8
439         
'
440         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
441         Me.Column8.DefaultCellStyle = DataGridViewCellStyle5
442         Me.Column8.HeaderText =
"Total Payment"
443         Me.Column8.Name =
"Column8"
444         Me.Column8.ReadOnly = True
445         
'
446         
'Column9
447         
'
448         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
449         Me.Column9.DefaultCellStyle = DataGridViewCellStyle6
450         Me.Column9.HeaderText =
"Payment Due"
451         Me.Column9.Name =
"Column9"
452         Me.Column9.ReadOnly = True
453         
'
454         
'Column10
455         
'
456         Me.Column10.HeaderText =
"Remarks"
457         Me.Column10.Name =
"Column10"
458         Me.Column10.ReadOnly = True
459         
'
460         
'frmBillingRecord
461         
'
462         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
463         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
464         Me.BackColor = System.Drawing.Color.DarkSlateGray
465         Me.ClientSize = New System.Drawing.Size(
976, 644)
466         Me.Controls.Add(Me.Panel1)
467         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
468         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
469         Me.MaximizeBox = False
470         Me.MinimizeBox = False
471         Me.Name =
"frmBillingRecord"
472         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
473         Me.Panel1.ResumeLayout(False)
474         Me.GroupBox4.ResumeLayout(False)
475         Me.GroupBox4.PerformLayout()
476         Me.GroupBox3.ResumeLayout(False)
477         Me.GroupBox3.PerformLayout()
478         Me.GroupBox2.ResumeLayout(False)
479         Me.GroupBox2.PerformLayout()
480         Me.GroupBox1.ResumeLayout(False)
481         Me.Panel5.ResumeLayout(False)
482         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
483         Me.Panel2.ResumeLayout(False)
484         Me.Panel2.PerformLayout()
485         Me.ResumeLayout(False)
486
487     End Sub
488     Friend WithEvents Panel1 As System.Windows.Forms.Panel
489     Friend WithEvents Panel2 As System.Windows.Forms.Panel
490     Friend WithEvents Label1 As System.Windows.Forms.Label
491     Friend WithEvents dgw As System.Windows.Forms.DataGridView
492     Friend WithEvents Panel5 As System.Windows.Forms.Panel
493     Friend WithEvents btnClose As System.Windows.Forms.Button
494     Friend WithEvents btnReset As System.Windows.Forms.Button
495     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
496     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
497     Friend WithEvents Label2 As System.Windows.Forms.Label
498     Friend WithEvents Label4 As System.Windows.Forms.Label
499     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
500     Friend WithEvents btnGetData As System.Windows.Forms.Button
501     Friend WithEvents cmbInvoiceNo As System.Windows.Forms.ComboBox
502     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
503     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
504     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
505     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
506     Friend WithEvents Label3 As System.Windows.Forms.Label
507     Friend WithEvents Button1 As System.Windows.Forms.Button
508     Friend WithEvents Label5 As System.Windows.Forms.Label
509     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
510     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
511     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
512     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
513     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
514     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
515     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
516     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
517     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
518     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
519     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
520     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
521     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
522     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
523
524 End Class


Gõ tìm kiếm nhanh...